home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / toflop30.zip / TOFLOPPY.CFG < prev    next >
Text File  |  1993-02-14  |  2KB  |  79 lines

  1. ;
  2. ;┌────────────────────────────────────────────────────────────────────────┐
  3. ;│  TOFLOPPY  CONFIG FILE                                                 │
  4. ;└────────────────────────────────────────────────────────────────────────┘
  5. ;
  6. ;   *** Where the batch file should be placed
  7. ;
  8. BATCH_FILES C:\SUPERBBS\TOFLOPPY\BATCH
  9. TEMP_FILES  C:\TEMP
  10. ;
  11. ; Text positions in MAIN menu !
  12. ; These row,col positions should be synchronised with YOUR main menu !      
  13. ;
  14. SELECTED_FILES  5,32
  15. NUMBER_BYTES    6,32
  16. FLOPPIES        5,67
  17. CURRENT_AREA    4,12
  18. FREE_BYTES      6,67
  19. MEDIA_TYPE      4,67
  20. ;
  21. ; Main Menu Prompt and keys !
  22. ;
  23. PROMPT_POSITION    16,30
  24. MAIN_MENU_KEYS     SLCEV*
  25. ;
  26. ; Configurable too big and lost file string for file lists
  27. ; Only max 11 characters are significant and any spaces MUST be 
  28. ; underline characters. Like you see you can agline it in 18 chr space !
  29. ;
  30. TOO_BIG_STRING     __FILE_TOO_BIG____
  31. LOST_FILE_STRING   __LOST_IN_SPACE___
  32. ;
  33. ; Date format in file listing ! Only DMY or MDY are valid !
  34. ;
  35. DATE_FORMAT        DMY
  36. ;
  37. ; Colors for fixed string in the door
  38. ;
  39. ; dkblue          1      dkgrey          8   
  40. ; dkgreen         2      blue            9   
  41. ; dkcyan          3      green           10  
  42. ; dkred           4      cyan            11  
  43. ; dkviolet        5      red             12  
  44. ; magenta         5      violet          13  
  45. ; brown           6      yellow          14  
  46. ; grey            7      white           15  
  47. ;
  48. COLORS 3,14,4,11,12,9,10,13,2,5
  49. ;
  50. ; Media prices and bank account number
  51. ;
  52. PRICE_720       150
  53. PRICE_1440      150
  54. PRICE_1220      180
  55. PRICE_360       60
  56. ;
  57. ; Aditional Postage costs 
  58. ;
  59. POSTAGE_COSTS   100
  60. ;
  61. ; Bankaccount displayed in the Statistics screen
  62. ;
  63. BANK_ACCOUNT    123-1234567-12
  64. ;
  65. ; Country specific Currency
  66. ;
  67. CURRENCY    BEF
  68. ;
  69. ; Surpress or not the >NUL: after the copy lines in the batch files
  70. ;
  71. COPY_ECHO   OFF
  72. ;
  73. ; Don't remove this last END line !
  74. ;
  75. END
  76. ;
  77. ; END of config File !
  78. ;
  79.